Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade: Bump @react-native-firebase/app, @react-native-firebase/analytics and @react-native-firebase/crashlytics #14

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 5, 2022

Bumps @react-native-firebase/app, @react-native-firebase/analytics and @react-native-firebase/crashlytics. These dependencies needed to be updated together.
Updates @react-native-firebase/app from 8.2.0 to 15.1.1

Release notes

Sourced from @​react-native-firebase/app's releases.

v5.6.0 - Sign-in with Apple support, react-native 0.60+ only

Please note v5 is still seeing releases, but they are for breaking ecosystem changes only - just enough so it remains relevant for those that can't move to v6 yet.

This change allows use of Sign-in with Apple, an iOS13+ requirement to avoid rejection by the App Store if you use any forms of social authentication.

Breaking: Note that iOS13+ is only supported with Xcode 11+, which requires react-native 0.60+

You may find that react-native-firebase v5.6.x still works on react-native 0.59 (the test suite still does), but you will not be able to integrate Sign-in with Apple until you upgrade as that library is react-native 0.60+ only.

It works well with https://github.com/invertase/react-native-apple-authentication including a guide specifically for integrating with react-native-firebase, though note the import statements are for v6, you'll need to import auth in the v5 style to use it: https://github.com/invertase/react-native-apple-authentication/blob/master/docs/FIREBASE.md

See discussion in the related issue: invertase/react-native-firebase#2884

https://rnfirebase.io/docs/v5.x.x/releases/v5.6.x

Changelog

Sourced from @​react-native-firebase/app's changelog.

15.1.1 (2022-06-28)

Bug Fixes

15.1.0 (2022-06-28)

Features

15.0.0 (2022-06-20)

Bug Fixes

  • crashlytics, ios: forward port to firebase-ios-sdk v9 header locations (e5bd716)

  • storage, ios: correct storage metadata update / delete (2dcb079)

  • storage, ios: surface underlying reason for unknown errors if possible (6cd53ea)

  • test(functions, ios)!: disable custom HttpsError testing (a56dc9f)

  • fix(storage, android)!: android now updates customMetadata as a group (d602436)

BREAKING CHANGES

  1. ALL iOS: firebase-ios-sdk now requires use_frameworks! in your Podfile and Xcode 13.3+. Note that use_frameworks is not yet compatible with Hermes, Flipper, React Native New Architecture, or react-native 0.69.0. Each of these is being worked on (follow react-native 0.69 PR, Hermes PR) but for now you need react-native 0.68.2 or below, and you must disable hermes and flipper. Expo users should use expo-build-properties + Expo SDK45 to turn on use_frameworks in dynamic mode.

  2. Storage(customMetadata): android works like web+iOS now: customMetadata if passed in will be updated as a single atomic unit, all keys at once. Any key you want to keep in customMetadata must be passed in during update; any missing keys will be removed. Set customMetadata to null in order to remove customMetadata entirely, omit it during update to leave it unchanged.

... (truncated)

Commits
  • 8d469f1 chore(release): release packages
  • ea0ffe0 fix(ios, crashlytics): depend on FirebaseCoreExtension (#6352)
  • f9a5049 chore(release): release packages
  • 3fe25ad docs(app-check): added "Firestore" to list of supported services
  • 4e42d51 docs(messaging, ios): add Background App Refresh / message handler interactio...
  • 66e6fb0 feat(android, sdk): use firebase-android-sdk 30.2.0
  • 893eda0 docs(spellcheck): add config-plugin to dictionary
  • 61f6955 docs(ios): move static framework podfile var doc to main install
  • 7240128 docs(analytics, ios): fix on-device-conversion variable name
  • 7affa79 feat(ios, sdk): update to firebase-ios-sdk 9.2.0
  • Additional commits viewable in compare view

Updates @react-native-firebase/analytics from 7.3.1 to 15.1.1

Release notes

Sourced from @​react-native-firebase/analytics's releases.

v5.6.0 - Sign-in with Apple support, react-native 0.60+ only

Please note v5 is still seeing releases, but they are for breaking ecosystem changes only - just enough so it remains relevant for those that can't move to v6 yet.

This change allows use of Sign-in with Apple, an iOS13+ requirement to avoid rejection by the App Store if you use any forms of social authentication.

Breaking: Note that iOS13+ is only supported with Xcode 11+, which requires react-native 0.60+

You may find that react-native-firebase v5.6.x still works on react-native 0.59 (the test suite still does), but you will not be able to integrate Sign-in with Apple until you upgrade as that library is react-native 0.60+ only.

It works well with https://github.com/invertase/react-native-apple-authentication including a guide specifically for integrating with react-native-firebase, though note the import statements are for v6, you'll need to import auth in the v5 style to use it: https://github.com/invertase/react-native-apple-authentication/blob/master/docs/FIREBASE.md

See discussion in the related issue: invertase/react-native-firebase#2884

https://rnfirebase.io/docs/v5.x.x/releases/v5.6.x

Changelog

Sourced from @​react-native-firebase/analytics's changelog.

15.1.1 (2022-06-28)

Bug Fixes

15.1.0 (2022-06-28)

Features

15.0.0 (2022-06-20)

Bug Fixes

  • crashlytics, ios: forward port to firebase-ios-sdk v9 header locations (e5bd716)

  • storage, ios: correct storage metadata update / delete (2dcb079)

  • storage, ios: surface underlying reason for unknown errors if possible (6cd53ea)

  • test(functions, ios)!: disable custom HttpsError testing (a56dc9f)

  • fix(storage, android)!: android now updates customMetadata as a group (d602436)

BREAKING CHANGES

  1. ALL iOS: firebase-ios-sdk now requires use_frameworks! in your Podfile and Xcode 13.3+. Note that use_frameworks is not yet compatible with Hermes, Flipper, React Native New Architecture, or react-native 0.69.0. Each of these is being worked on (follow react-native 0.69 PR, Hermes PR) but for now you need react-native 0.68.2 or below, and you must disable hermes and flipper. Expo users should use expo-build-properties + Expo SDK45 to turn on use_frameworks in dynamic mode.

  2. Storage(customMetadata): android works like web+iOS now: customMetadata if passed in will be updated as a single atomic unit, all keys at once. Any key you want to keep in customMetadata must be passed in during update; any missing keys will be removed. Set customMetadata to null in order to remove customMetadata entirely, omit it during update to leave it unchanged.

... (truncated)

Commits
  • 8d469f1 chore(release): release packages
  • ea0ffe0 fix(ios, crashlytics): depend on FirebaseCoreExtension (#6352)
  • f9a5049 chore(release): release packages
  • 3fe25ad docs(app-check): added "Firestore" to list of supported services
  • 4e42d51 docs(messaging, ios): add Background App Refresh / message handler interactio...
  • 66e6fb0 feat(android, sdk): use firebase-android-sdk 30.2.0
  • 893eda0 docs(spellcheck): add config-plugin to dictionary
  • 61f6955 docs(ios): move static framework podfile var doc to main install
  • 7240128 docs(analytics, ios): fix on-device-conversion variable name
  • 7affa79 feat(ios, sdk): update to firebase-ios-sdk 9.2.0
  • Additional commits viewable in compare view

Updates @react-native-firebase/crashlytics from 8.1.2 to 15.1.1

Release notes

Sourced from @​react-native-firebase/crashlytics's releases.

v5.6.0 - Sign-in with Apple support, react-native 0.60+ only

Please note v5 is still seeing releases, but they are for breaking ecosystem changes only - just enough so it remains relevant for those that can't move to v6 yet.

This change allows use of Sign-in with Apple, an iOS13+ requirement to avoid rejection by the App Store if you use any forms of social authentication.

Breaking: Note that iOS13+ is only supported with Xcode 11+, which requires react-native 0.60+

You may find that react-native-firebase v5.6.x still works on react-native 0.59 (the test suite still does), but you will not be able to integrate Sign-in with Apple until you upgrade as that library is react-native 0.60+ only.

It works well with https://github.com/invertase/react-native-apple-authentication including a guide specifically for integrating with react-native-firebase, though note the import statements are for v6, you'll need to import auth in the v5 style to use it: https://github.com/invertase/react-native-apple-authentication/blob/master/docs/FIREBASE.md

See discussion in the related issue: invertase/react-native-firebase#2884

https://rnfirebase.io/docs/v5.x.x/releases/v5.6.x

Changelog

Sourced from @​react-native-firebase/crashlytics's changelog.

15.1.1 (2022-06-28)

Bug Fixes

15.1.0 (2022-06-28)

Features

15.0.0 (2022-06-20)

Bug Fixes

  • crashlytics, ios: forward port to firebase-ios-sdk v9 header locations (e5bd716)

  • storage, ios: correct storage metadata update / delete (2dcb079)

  • storage, ios: surface underlying reason for unknown errors if possible (6cd53ea)

  • test(functions, ios)!: disable custom HttpsError testing (a56dc9f)

  • fix(storage, android)!: android now updates customMetadata as a group (d602436)

BREAKING CHANGES

  1. ALL iOS: firebase-ios-sdk now requires use_frameworks! in your Podfile and Xcode 13.3+. Note that use_frameworks is not yet compatible with Hermes, Flipper, React Native New Architecture, or react-native 0.69.0. Each of these is being worked on (follow react-native 0.69 PR, Hermes PR) but for now you need react-native 0.68.2 or below, and you must disable hermes and flipper. Expo users should use expo-build-properties + Expo SDK45 to turn on use_frameworks in dynamic mode.

  2. Storage(customMetadata): android works like web+iOS now: customMetadata if passed in will be updated as a single atomic unit, all keys at once. Any key you want to keep in customMetadata must be passed in during update; any missing keys will be removed. Set customMetadata to null in order to remove customMetadata entirely, omit it during update to leave it unchanged.

... (truncated)

Commits
  • 8d469f1 chore(release): release packages
  • ea0ffe0 fix(ios, crashlytics): depend on FirebaseCoreExtension (#6352)
  • f9a5049 chore(release): release packages
  • 3fe25ad docs(app-check): added "Firestore" to list of supported services
  • 4e42d51 docs(messaging, ios): add Background App Refresh / message handler interactio...
  • 66e6fb0 feat(android, sdk): use firebase-android-sdk 30.2.0
  • 893eda0 docs(spellcheck): add config-plugin to dictionary
  • 61f6955 docs(ios): move static framework podfile var doc to main install
  • 7240128 docs(analytics, ios): fix on-device-conversion variable name
  • 7affa79 feat(ios, sdk): update to firebase-ios-sdk 9.2.0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…ytics and @react-native-firebase/crashlytics

Bumps [@react-native-firebase/app](https://github.com/invertase/react-native-firebase), [@react-native-firebase/analytics](https://github.com/invertase/react-native-firebase) and [@react-native-firebase/crashlytics](https://github.com/invertase/react-native-firebase). These dependencies needed to be updated together.

Updates `@react-native-firebase/app` from 8.2.0 to 15.1.1
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/[email protected])

Updates `@react-native-firebase/analytics` from 7.3.1 to 15.1.1
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/[email protected])

Updates `@react-native-firebase/crashlytics` from 8.1.2 to 15.1.1
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/[email protected])

---
updated-dependencies:
- dependency-name: "@react-native-firebase/app"
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@react-native-firebase/analytics"
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@react-native-firebase/crashlytics"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 5, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 17, 2022

Superseded by #93.

@dependabot dependabot bot closed this Nov 17, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-native-firebase/app-and-react-native-firebase/analytics-and-react-native-firebase/crashlytics-15.1.1 branch November 17, 2022 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants